type encoding/asn1.bytesEncoder
24 uses
encoding/asn1 (current package)
marshal.go#L41: type bytesEncoder []byte
marshal.go#L43: func (b bytesEncoder) Len() int {
marshal.go#L47: func (b bytesEncoder) Encode(dst []byte) {
marshal.go#L214: return multiEncoder([]encoder{byteFFEncoder, bytesEncoder(bytes)}), nil
marshal.go#L216: return bytesEncoder(bytes), nil
marshal.go#L225: return multiEncoder([]encoder{byte00Encoder, bytesEncoder(bytes)}), nil
marshal.go#L227: return bytesEncoder(bytes), nil
marshal.go#L379: return bytesEncoder(dst), nil
marshal.go#L390: return bytesEncoder(dst), nil
marshal.go#L464: return bytesEncoder(nil), nil
marshal.go#L500: return bytesEncoder(nil), nil
marshal.go#L513: return bytesEncoder(stripTagAndLength(bytes)), nil
marshal.go#L521: return bytesEncoder(nil), nil
marshal.go#L538: return bytesEncoder(v.Bytes()), nil
marshal.go#L545: return bytesEncoder(nil), nil
marshal.go#L589: return bytesEncoder(nil), nil
marshal.go#L597: return bytesEncoder(nil), nil
marshal.go#L606: return bytesEncoder(nil), nil
marshal.go#L613: return bytesEncoder(rv.FullBytes), nil
marshal.go#L618: t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{rv.Class, rv.Tag, len(rv.Bytes), rv.IsCompound}))
marshal.go#L619: t.body = bytesEncoder(rv.Bytes)
marshal.go#L697: t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{ClassUniversal, tag, bodyLen, isCompound}))
marshal.go#L703: tt.tag = bytesEncoder(appendTagAndLength(tt.scratch[:0], tagAndLength{
marshal.go#L717: t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |